What are the best practices to persist`Conversational state' in ASP.NET MVC applications?

Posted by Bubba88 on Stack Overflow See other posts from Stack Overflow or by Bubba88
Published on 2010-05-02T05:41:47Z Indexed on 2010/05/02 5:47 UTC
Read the original article Hit count: 583

What is the ultimate workaround?)

Desired scenarios are:

  1. Multistep forms.
  2. If a page has tabs on it, the tabs should persist their `viewstate'
  3. Whatever navigation user has chosen, it shouldn't affect (more appropriately, bother) the conversational state management.

Those are just several aspects, but I find them much practically relevant.

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp.net-mvc